Record and display absolute path of DLLs loaded (bug#10424).
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Apr 2012 14:16:05 +0000 (16:16 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Apr 2012 14:16:05 +0000 (16:16 +0200)
commit8a1b1bab3ac29d1ab280edb423c94cb0968bf398
tree500b044d1fa698ca04777f896fa6d491bdd48eb4
parent1da7019388aece941e1ed07463da8aaabdd5574e
Record and display absolute path of DLLs loaded (bug#10424).

* lisp/misc.el (list-dynamic-libraries--loaded): New function.
  (list-dynamic-libraries--refresh): Use it.

* src/w32.c (w32_delayed_load): Record the full path of the library
  being loaded.
lisp/ChangeLog
lisp/misc.el
src/ChangeLog
src/w32.c